Gets or sets a description of the source of the message
__property BSTR Source;
String Source;
Property Source() As String
The Source property may be used to identify the ProgId of the class that generated the error, or any other information that will help the user or support personnel identify the source of the error.
The Source property is equivalent to the GetSource method of IErrorInfo (calling GetSource on an IErrorInfo pointer to an ADError object will return the Source value).
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|